module hunt.security.acl.Role; import hunt.security.acl.permission.Permission; class Role { int id; string name; Permission permission; }